math/big.nat.convertWords (method)
3 uses
math/big (current package)
natconv.go#L371: q.convertWords(stk, s, b, ndigits, bb, table)
natconv.go#L405: func (q nat) convertWords(stk *stack, s []byte, b Word, ndigits int, bb Word, table []divisor) {
natconv.go#L430: r.convertWords(stk, s[h:], b, ndigits, bb, table[0:index])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)